home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / DRVLIB.NIC / USRBRI / TOOLS.TXT < prev    next >
Text File  |  1996-07-31  |  6KB  |  109 lines

  1. To easily view this file on-screen, maximize the 
  2. Notepad window and then, from the Edit menu, 
  3. choose Word Wrap.
  4.  
  5.  
  6. CONTENTS
  7. --------
  8. BRI Tools
  9. Line Monitor
  10. Using the Line Monitor with multiple Adapters
  11. Line Monitor Command Summary
  12. Protocol Monitor
  13. Launching the Protocol Monitor from the Protocol Monitor Icon
  14. Launching the Protocol Monitor from the Line Monitor
  15. Launching the Protocol Monitor from the MS-DOS prompt
  16. Pausing Protocol Monitor output
  17. Resuming Protocol Monitor output
  18. Saving Protocol Monitor output to a file
  19.  
  20. BRI Tools
  21. ---------
  22.  
  23. The BRI Tools window contains icons for launching two diagnostic and support tools that can be used for checking, troubleshooting and monitoring your ISDN BRI line.  These tools are the "Line Monitor" and the "Protocol Monitor".
  24.  
  25. Line Monitor
  26. ------------
  27.  
  28. The Line Monitor tool allows you to check and monitor connectivity of the BRI line.  The Line Monitor provides a representation, in the form of virtual LEDs, of the the connectivity at the three protocol layers provided by the BRI ISDN Adapter (the layers are: physical (L1), link (L2) and network (L3)).
  29.  
  30. On-line, context-sensitive help is available for each LED (click on the LED you want information about).  Each LED can be in one of two states:
  31.  
  32.     GREEN:    the layer is up and operating properly.
  33.     
  34.     RED:    the layer is down or not operating properly.
  35.  
  36. When a layer is not up the on-line help will inform you of the nature of the problem and suggest possible remedies.
  37.  
  38. Using the Line Monitor with multiple 
  39. ------------------------------------
  40.  
  41. Each USR BRI Adapter is assigned a unique system adapter number when the adapter is installed using the Control Panel. Select Network from the Control Panel to see the adapter number(s) assigned to the installed BRI Adapter(s).
  42.  
  43. When the Line Monitor initializes it searches for all installed BRI Adapters and then automatically attaches to the adapter with the lowest system adapter number.  The adapter number of the currently connected adapter is displayed in the Line Monitor's Title Bar (e.g., BRI ISDN Adapter #30).  If the Line Monitor is not connected to an adapter the Title Bar will read "BRI ISDN Line Monitor".
  44.  
  45. To disconnect from an adapter select 'Disconnect' from the Settings drop-down menu.
  46.  
  47. To connect to an adapter, select 'Connect to...' from the Settings drop-down menu.  A dialog box listing all BRI Adapters in the system will be displayed.  Select which adapter to connect to.  
  48.  
  49. Line Monitor Command Summary
  50. ----------------------------
  51.  
  52.     NO TITLE    Toggle for displaying the Title Bar
  53.     NO LABELS    Toggle for displaying LED labels
  54.     ALWAYS ON TOP    Toggle for always keeping Line Monitor on top
  55.     SOUND        Toggle for beeping on any change of status
  56.     CONNECT TO...    a BRI Adapter
  57.     DISCONNECT    from a BRI Adapter
  58.     LAUNCH        the Protocol Monitor for connected adapter
  59.  
  60.  
  61. Protocol Monitor
  62. ----------------
  63.  
  64. The Protocol Monitor tool is used to monitor protocol messages on the ISDN BRI D-channel.  These messages are used for call control and maintenance and can be helpful in assisting ISC and telephone company support personnel when diagnosing connection problems.  The Protocol Monitor can be launched in three ways: from the Protocol Monitor icon, from the Line Monitor tool, and from the MS-DOS prompt.
  65.  
  66. Launching the Protocol Monitor from the Protocol Monitor Icon
  67. -------------------------------------------------------------
  68.  
  69. Select the Protocol Monitor Icon in the BRI Tools window.  The Protocol Monitor will attach to the BRI ISDN Adapter with the lowest system adapter number. 
  70.  
  71. Launching the Protocol Monitor from the Line Monitor
  72. ----------------------------------------------------
  73.  
  74. Select 'Launch' from the Line Monitor's Settings drop-down menu to launch the Protocol Monitor.  The Protocol Monitor will display D-channel messages for the currently selected adapter. 
  75.  
  76. Launching the Protocol Monitor from the MS-DOS prompt
  77. -----------------------------------------------------
  78.  
  79. You can start the Protocol Monitor from the command line by typing:
  80.  
  81.     fxshow [adapter number]
  82.  
  83. where [adapter number] is the system adapter number assigned to the BRI ISDN Adapter in the Control Panel's Network settings.
  84.  
  85. If the adapter number parameter is omitted, fxshow will attach to the BRI ISDN Adapter which has the lowest system adapter number.
  86.  
  87. The Protocol Monitor is installed to the '%SystemRoot%\system32\usr\bri' directory, where %SystemRoot% is the base path of your Windows NT installation.  You must be in this directory or have the directory in your default path to launch the Protocol Monitor from the MS-DOS prompt.
  88.  
  89. Pausing Protocol Monitor output
  90. -------------------------------
  91.  
  92. At any time you can pause Protocol Monitor output by selecting the <CTRL-S> key combination.  Once output is paused, you can use the scroll bar controls to examine the output data.
  93.  
  94. Resuming Protocol Monitor output
  95. --------------------------------
  96.  
  97. You can resume output by typing <CTRL-Q>.
  98.  
  99. Saving Protocol Monitor output to a file
  100. ----------------------------------------
  101.  
  102. If you have paused the Protocol Monitor's output, you can save selected text to a file by using the Protocol Monitor's Edit controls to mark and copy the data which can then be pasted into a text file by a text editor (Notepad, etc).
  103.  
  104. Alternatively, the Protocol Monitor output can be redirected to a file by invoking the Protocol Monitor at the MS-DOS prompt using the following syntax:
  105.  
  106.     fxshow [adapter number] > filename 
  107.  
  108. where [adapter number] is the system adapter number assigned to the BRI ISDN Adapter in the Control Panel's Network settings.
  109.